File tree 3 files changed +18
-2
lines changed
docs/documentation/helpers 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Bulma Changelog
2
2
3
+ ## Unreleased
4
+
5
+ - Add .has-text-weight-extrabold as a typography class.
6
+
3
7
## 1.0.3
4
8
5
9
### Bug Fixes
Original file line number Diff line number Diff line change 327
327
< td > < code > has-text-weight-semibold</ code > </ td >
328
328
< td >
329
329
Transforms text weight to
330
- < span class ="has-text-weight-semibold "> semi-bold </ span >
330
+ < span class ="has-text-weight-semibold "> semibold </ span >
331
331
</ td >
332
332
</ tr >
333
333
< tr >
334
334
< td > < code > has-text-weight-bold</ code > </ td >
335
335
< td >
336
- Transforms text weight to < span class ="has-text-weight-bold "> bold</ span >
336
+ Transforms text weight to
337
+ < span class ="has-text-weight-bold "> bold</ span >
338
+ </ td >
339
+ </ tr >
340
+ < tr >
341
+ < td > < code > has-text-weight-extrabold</ code > </ td >
342
+ < td >
343
+ Transforms text weight to
344
+ < span class ="has-text-weight-extrabold "> extrabold</ span >
337
345
</ td >
338
346
</ tr >
339
347
</ tbody >
Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ $alignments: (
149
149
font-weight : iv .$weight-bold !important ;
150
150
}
151
151
152
+ .#{iv .$class-prefix }#{iv .$helpers-has-prefix } text-weight-extrabold {
153
+ font-weight : iv .$weight-extrabold !important ;
154
+ }
155
+
152
156
.#{iv .$class-prefix }#{iv .$helpers-prefix } family-primary {
153
157
font-family : dv .$family-primary !important ;
154
158
}
You can’t perform that action at this time.
0 commit comments